runtime.maybeTraceableChan.get (method)
12 uses
runtime (current package)
mgc.go#L1200: if isMarkedOrNotInHeap(unsafe.Pointer(sg.c.get())) {
proc.go#L542: if s.c.get() != nil {
runtime2.go#L392: func (p *maybeTraceableChan) get() *hchan {
select.go#L86: if sg.c.get() != lastc && lastc != nil {
select.go#L95: lastc = sg.c.get()
stack.go#L838: p := sg.elem.uintptr() + uintptr(sg.c.get().elemsize)
stack.go#L857: if sg.c.get() != lastc {
stack.go#L867: lockWithRank(&sg.c.get().lock, lockRankHchanLeaf)
stack.go#L869: lastc = sg.c.get()
stack.go#L889: if sg.c.get() != lastc {
stack.go#L890: unlock(&sg.c.get().lock)
stack.go#L892: lastc = sg.c.get()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |